home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / sound / pcmcia / pdaudiocf / Makefile
Encoding:
Makefile  |  2008-12-24  |  213 b   |  9 lines

  1. #
  2. # Makefile for ALSA
  3. # Copyright (c) 2004 by Jaroslav Kysela <perex@perex.cz>
  4. #
  5.  
  6. snd-pdaudiocf-objs := pdaudiocf.o pdaudiocf_core.o pdaudiocf_irq.o pdaudiocf_pcm.o
  7.  
  8. obj-$(CONFIG_SND_PDAUDIOCF) += snd-pdaudiocf.o
  9.